home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "T2WLOAD"
- Option Explicit
-
- Declare Function GetWindow Lib "user" (ByVal hWnd As Integer, ByVal fct As Integer) As Integer
- Declare Function GetTopWindow Lib "user" (ByVal hWnd As Integer) As Integer
- Declare Function GetNextWindow Lib "user" (ByVal hWnd As Integer, ByVal fct As Integer) As Integer
-
-
- Sub Main()
-
- Load frmT2W
-
- Call cCenterWindow(frmT2W.hWnd)
-
- Call cShowWindow(frmT2W.hWnd, 0, 160)
-
- frmT2W.Show
-
- Call cArrangeDesktopIcons
-
- End Sub
-
-